GetObject("winmgmts:\\.\root\default:Systemrestore").CreateRestorePoint "Restore point For Today", 0, 100
MsgBox "System Restore Command was launched. Please wait 2-5mins or more before you can see and use the Restore point. It depends on your available disk space.",64,"UnlockForUs"
Else
Dim objRestore
Set objRestore = CreateObject("Shell.Application")